home *** CD-ROM | disk | FTP | other *** search
- That fieldname descriptors must be 0-filled is not in the CZ docs of the
- DOS C version. You must 0-fill the fieldList.fieldname members or an
- error 240 will be returned if you attempt to index on one of the fields.
- .fieldname is an 11-byte field (10 usuable characters with byte 11 always=0):
-
- :
- fieldList[0].fieldname = "LASTN\0\0\0\0\0"; /* 5+5+\0=11 bytes */
- fieldList[0].fieldtype = "C";
- :
-
- See GetDescriptorXB in the CZ doc file for more.
-
- A few dBASE applications do not create DBF data files with 0-filled fieldnames
- and so must be changed so that the DBF fieldnames are 0-filled.
-
-
- ---------------------------
- e-mail address has changed:
-
- Internet: cornel.huth@LChance.sat.tx.us or cornel@ephsa.sat.tx.us
- BBS/Fax: 40th Floor v32b@1(210)684-8065 M-F:5pm-9am/WE:1pm-9am [-0500]
-
-
-